home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oh!X 2000 Spring
/
Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).7z
/
Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).bin
/
DXF
/
samples
/
multimedia
/
dsound
/
src
/
playsound
/
readme.txt
< prev
next >
Wrap
Text File
|
1999-07-20
|
807b
|
30 lines
//-----------------------------------------------------------------------------
//
// Sample Name: PlaySound Sample
//
// Copyright (c) 1999 Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
Description
===========
PlaySound illustrates how to play a wave file using a DirectSound
static buffer.
Path
====
Source: Mssdk\Samples\Multimedia\DSound\Src\PlaySound
Executable: Mssdk\Samples\Multimedia\DSound\Bin
User's Guide
============
Load sounds and adjust the playback properties with the dialog controls.
Programming Notes
=================
This sample was intended to be very simple, showing the basics of playing a
sound using the DirectSound API through a static buffer.